home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BBS / PKPRO13B.ARJ / ZSORT.DOC < prev    next >
Text File  |  1990-08-24  |  4KB  |  123 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.                                      ZSORT
  12.  
  13.  
  14.  
  15.  
  16.                        File Directory Maintenance Utility
  17.  
  18.  
  19.                             For Passkey Professional
  20.                          and all BBS programs supporting
  21.                       the standard file description format
  22.                     as defined by most popular BBS programs
  23.  
  24.  
  25.                             (c) 1990 - Zeblon Castel
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.           Registration
  35.           ------------
  36.  
  37.              ZSORT and all of the ZUTIL programs are free to the
  38.           public.  The only thing I ask is that if you like and use
  39.           any of the ZUTIL programs, please pass the word on.  If you
  40.           have the space on your system, please carry a copy of the
  41.           current release.
  42.  
  43.  
  44.           Introduction
  45.           ------------
  46.  
  47.              ZSORT is a part of the ZUTIL set of file area maintenance
  48.           programs.
  49.                          ZCHECK - Batch program used to update file
  50.                                   directory listings to insure proper
  51.                                   date and file size.
  52.                          ZCOLOR - Batch program used to add color to
  53.                                   your file area listings.
  54.                          ZFILE -  Interactive program to allow the
  55.                                   moving and maintaining of file
  56.                                   listings and directories.
  57.                          ZSORT -  Batch program used to sort file
  58.                                   directory listings.
  59.  
  60.              ZSORT is a program designed to assist in the maintenance
  61.           of your Upload/Download directories on your system.  ZSORT
  62.           will sort your file area listings based on the filenames
  63.           contained in the list.  I wrote it to maintain file
  64.           directory listings for Passkey Professional (by far the
  65.           finest BBS software available) but I designed it to be
  66.           generic enough to support any set of file listings that
  67.           support the standard file area format.
  68.  
  69.  
  70.  
  71.           File Listing Format
  72.           -------------------
  73.  
  74.              ZSORT will allow you to sort your file area listings if
  75.           your file entries are in the following format:
  76.  
  77.           Col      Desc
  78.           -------------
  79.           1-12     Filename
  80.           15-21    File Size
  81.           24-31    File Date
  82.           32-80    File description.  (Can continue for multiple
  83.           lines)
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.               1-12       15-21    24-31         33 - 80
  91.           | -------- |  | --- |  | ---- | | ------------------------->
  92.           FILENAME.TYP  9999999  MM-DD-YY  File description that can
  93.                                          | continue for an unlimited
  94.                                          | number of lines
  95.  
  96.           Input
  97.           -----
  98.  
  99.              ZSORT requires as input a text file that will be a list
  100.           of file area listing names that you want sorted.  The
  101.           default name for this file is ZSORT.DAT but an alternate
  102.           name can be specified as an option when you execute ZSORT.
  103.           (ex: ZSORT myfile.dat)
  104.  
  105.              Each line of the input file should contain the fully
  106.           qualified name of the text file listing (in the format
  107.           previously described).  Any text beyond the first
  108.           path\filename will be ignored.  So, you can use the same
  109.           input file as was created for ZFILE, and/or ZCHECK.
  110.  
  111.           Support
  112.           -------
  113.  
  114.              If you should have any problems with ZFILE or any of the
  115.           ZUTIL set of utilities, please contact me immediately.  I
  116.           can be contacted on any HyperMail system on either the
  117.           National Sysop Echo or the Passkey Support echo.  If you
  118.           can't find any HyperMail systems in your area, you can
  119.           contact me on the Passkey Professional support BBS in
  120.           Phoenix ((602) 894-6526).
  121.  
  122.              
  123.